home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vsms111.zip / MC.BAT < prev    next >
DOS Batch File  |  1992-12-12  |  420b  |  23 lines

  1. @ECHO OFF
  2. if %dostype%.==. goto n0mxd0s
  3. IF %USER%.==remote. goto sendcon
  4. goto k00l
  5. :k00l
  6. ECHO.>COM1
  7. ECHO Message from %USER% at>COM1
  8. SHOWTIME>COM1
  9. ECHO.>COM1
  10. ECHO - %1 %2 %3 %4 %5 %6 %7 %8 %9>COM1
  11. goto end
  12. :n0mxd0s
  13. ECHO You are not running under MX-Multiuser DOS.
  14. goto end
  15. :sendcon
  16. ECHO.>CON
  17. ECHO Message from %USER% at>CON
  18. SHOWTIME>CON
  19. ECHO.>CON
  20. ECHO - %1 %2 %3 %4 %5 %6 %7 %8 %9>CON
  21. :end
  22. echo.
  23.